Files
CasperV1FiveM/resources/[standalone]/pma-voice/docs/client-setters/removePlayerFromRadio.md
2026-07-07 21:08:52 +02:00

12 lines
241 B
Markdown

## removePlayerFromRadio
## Description
Removes the player from the radio
## NOTE: This is just syntactic sugar for `setRadioChannel(0)`
```lua
-- Removes the player from the radio channel
exports['pma-voice']:removePlayerFromRadio()
```